use regular unstable

This commit is contained in:
Johannes Jöns 2024-01-30 14:37:27 +01:00
parent 8af4db008e
commit 0a48cf1147
2 changed files with 5 additions and 4 deletions

View file

@ -333,15 +333,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1706621047,
"narHash": "sha256-hEFp0dNg7Mip7H21/tqlDZvNV+imQ75EiRM+wXZabZ4=",
"lastModified": 1706371002,
"narHash": "sha256-dwuorKimqSYgyu8Cw6ncKhyQjUDOyuXoxDTVmAXq88s=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "664a237237902451b1f9adb535ac6e388ed97867",
"rev": "c002c6aa977ad22c60398daaa9be52f2203d0006",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "jopejoe1 NixOS configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
kde2nix = {
url = "github:nix-community/kde2nix";
inputs.nixpkgs.follows = "nixpkgs";