diff options
author | stuebinm | 2022-01-20 23:42:07 +0100 |
---|---|---|
committer | stuebinm | 2022-01-20 23:42:07 +0100 |
commit | 6101f35d8235270d20e6dab2ab71d6b813be97ba (patch) | |
tree | 6d14b820a07075b7753024fccc861fb5dd761ea7 /flake.nix | |
parent | 50157f4beced8ed92f304dbb4747f04d3d623f64 (diff) |
switch back to NixOS 21.11, regenerate lockfile
(still had the pleroma backport branch in the flake)
do to not entirely understood reasons the lockfile had a NAR hash mismatch,
so it got regenerated & this also did a system update
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ description = "testing nix flakes for server deployment"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/backport-154729-to-release-21.11"; + nixpkgs.url = "github:NixOS/nixpkgs/release-21.11"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; uplcg = { url = "git+https://stuebinm.eu/git/uplcg?ref=main"; |