switch to nixos-unstable

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-29 08:10:47 +01:00
parent 51b06d8dd9
commit d8221a8913
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 5 additions and 4 deletions

View file

@ -312,15 +312,16 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1656417821,
"narHash": "sha256-sX3gTab+ZsU9AQOzhe9BFTrFFW5teKDgMhJZRRbVLwk=",
"lastModified": 1656239181,
"narHash": "sha256-wW1xRFBn376yGloXZ4QzBE4hjipMawpV18Lshd9QSPw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e4bf881ee0f38cfbd2c0ca63d97e9f73ae88ae46",
"rev": "f2537a505d45c31fe5d9c27ea9829b6f4c4e6ac5",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "Lottes nix packages";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-21.11";
flake-utils.url = "github:numtide/flake-utils";