mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
with pkgs
This commit is contained in:
parent
35a736c5de
commit
c71dd30ad4
1 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
|||
};
|
||||
|
||||
in
|
||||
with pkgs;
|
||||
{
|
||||
nixosConfigurations = {
|
||||
desktop = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -80,6 +81,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
devShells.${system}.default = pkgs.callPackage ./shell.nix {};
|
||||
devShells.${system}.default = callPackage ./shell.nix {};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue