mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:56:33 +01:00
add sys flake
This commit is contained in:
parent
6b06523162
commit
1a3c8f7cf0
1 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,11 @@ in {
|
|||
home-manager.flake = self.inputs.home-manager;
|
||||
nixos-hardware.flake = self.inputs.nixos-hardware;
|
||||
nur.flake = self.inputs.nur;
|
||||
nixpkgs.flake = self.inputs.nixpkgs;
|
||||
sys.flake = self;
|
||||
nixpkgs.to = {
|
||||
type = "path";
|
||||
path = pkgs.path;
|
||||
};
|
||||
};
|
||||
nixPath = [
|
||||
"nixpkgs=${self.inputs.nixpkgs}"
|
||||
|
|
Loading…
Reference in a new issue