From b8c598666364f85b2084b88b370c729dd8c212b8 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 15 Feb 2024 19:55:04 +0000 Subject: [PATCH] nix: use 'nixpkgs-unstable' --- flake.lock | 1 + flake.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index d0a78d0..aa4a4f2 100644 --- a/flake.lock +++ b/flake.lock @@ -26,6 +26,7 @@ }, "original": { "owner": "NixOS", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 07513cd..5b3277a 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };