fix: temporarily rollback to 23.11

this is done to mitigate potential vulns in xz, until the revert hits the hydra cache
This commit is contained in:
uku 2024-04-01 18:02:16 +02:00
parent ba58712743
commit 8b52336215
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 10 additions and 9 deletions

View file

@ -7,7 +7,7 @@
};
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "nixpkgs/nixos-23.11";
flake-parts = {
url = "github:hercules-ci/flake-parts";
@ -15,7 +15,7 @@
};
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};