add required nixConfig options to flake #15
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue