Fix deprecations
This commit is contained in:
parent
3cefc7f9dd
commit
27460d3682
5 changed files with 38 additions and 40 deletions
|
|
@ -39,7 +39,7 @@
|
|||
let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [ self.overlay ];
|
||||
overlays = [ self.overlays.default ];
|
||||
};
|
||||
inherit (pkgs) lib;
|
||||
in
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
devShell = pkgs.mkShell {
|
||||
devShells.default = pkgs.mkShell {
|
||||
name = "fablab-nixos-config";
|
||||
|
||||
buildInputs = (with pkgs; [
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
fablab;
|
||||
});
|
||||
}) // {
|
||||
overlay = import ./pkgs;
|
||||
overlays.default = import ./pkgs;
|
||||
|
||||
nixosConfigurations = nixpkgs.lib.mapAttrs
|
||||
(hostname: { system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue