Skip to content

Commit

Permalink
modules: generate registry and add fup-repl to env
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman99 committed Jun 1, 2021
1 parent 5862c77 commit 3d3d6bb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@
"home-manager=${self.inputs.home}"
];

nix.registry = {
devos.flake = self;
nixos.flake = channel.input;
};
# package and option is from fup
environment.systemPackages = [ pkgs.fup-repl ];
nix.generateRegistryFromInputs = lib.mkDefault true;

nix.extraOptions = ''
experimental-features = ${lib.concatStringsSep " "
Expand Down

0 comments on commit 3d3d6bb

Please sign in to comment.