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": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

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