flake: update nixpkgs to use a proper input

This commit is contained in:
Anthony Rodriguez 2025-02-03 16:23:01 +01:00
parent 5f90b9194f
commit 5216978270
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" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"ref": "nixos-unstable", "ref": "nixos-unstable",
"type": "indirect" "repo": "nixpkgs",
"type": "github"
} }
}, },
"nmd": { "nmd": {

View file

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