flake: update nixpkgs to use a proper input

This commit is contained in:
Anthony Rodriguez 2025-02-03 16:23:01 +01:00
parent 30548fd17e
commit 80f06b097f
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA
2 changed files with 4 additions and 3 deletions

5
flake.lock generated
View file

@ -1073,9 +1073,10 @@
"type": "github"
},
"original": {
"id": "nixpkgs",
"owner": "NixOS",
"ref": "nixos-unstable",
"type": "indirect"
"repo": "nixpkgs",
"type": "github"
}
},
"nmd": {

View file

@ -35,7 +35,7 @@
};
inputs = {
# nix related
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware";
nix-index-db = {
url = "github:nix-community/nix-index-database";