Compare commits
1 commit
main
...
nixOptions
Author | SHA1 | Date | |
---|---|---|---|
jopejoe1 | e4f5655c88 |
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
description = "CCCHH Nix Infrastructure";
|
description = "CCCHH Nix Infrastructure";
|
||||||
|
|
||||||
|
nixConfig = {
|
||||||
|
allow-import-from-derivation = true;
|
||||||
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# Use the NixOS small channels for nixpkgs.
|
# Use the NixOS small channels for nixpkgs.
|
||||||
# https://nixos.org/manual/nixos/stable/#sec-upgrading
|
# https://nixos.org/manual/nixos/stable/#sec-upgrading
|
||||||
|
|
Loading…
Reference in a new issue