feat: working nixos
This commit is contained in:
parent
fff61d5fd7
commit
7a85f7cec6
7 changed files with 13 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
with lib;
|
||||
with lib.my;
|
||||
let
|
||||
pubkeys = import ./data/pubkeys.nix {};
|
||||
pubkeys = import ./data/pubkeys.nix;
|
||||
in
|
||||
{
|
||||
# Set your time zone.
|
||||
|
|
@ -41,8 +41,6 @@ in
|
|||
};
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
nixPath = nixPathInputs ++ [
|
||||
"nixpkgs-overlays=${config.conf.dir}/overlays"
|
||||
"conf=${config.conf.dir}"
|
||||
];
|
||||
registry = registryInputs // { conf.flake = inputs.self; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue