diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | description = "nerdypepper's nixos config"; | 2 | description = "nerdypepper's nixos config"; |
3 | 3 | ||
4 | inputs = { | 4 | inputs = { |
5 | nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; | 5 | nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; |
6 | 6 | ||
7 | nixos-hardware.url = "github:nixos/nixos-hardware"; | 7 | nixos-hardware.url = "github:nixos/nixos-hardware"; |
8 | 8 | ||
@@ -10,6 +10,10 @@ | |||
10 | url = "github:nix-community/home-manager"; | 10 | url = "github:nix-community/home-manager"; |
11 | inputs.nixpkgs.follows = "nixpkgs"; | 11 | inputs.nixpkgs.follows = "nixpkgs"; |
12 | }; | 12 | }; |
13 | # home-manager = { | ||
14 | # url = "path:/home/np/code/home-manager"; | ||
15 | # inputs.nixpkgs.follows = "nixpkgs"; | ||
16 | # }; | ||
13 | 17 | ||
14 | # statix = { | 18 | # statix = { |
15 | # url = "git+https://git.peppe.rs/languages/statix"; | 19 | # url = "git+https://git.peppe.rs/languages/statix"; |