nix: use 'nixpkgs-unstable'

This commit is contained in:
Bruno BELANYI 2024-02-15 19:55:04 +00:00
parent cb760b305e
commit b8c5986663
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -2,7 +2,7 @@
description = "Ambroisie's CV"; description = "Ambroisie's CV";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
futils.url = "github:numtide/flake-utils"; futils.url = "github:numtide/flake-utils";
}; };