switch back to nixos-unstable-small

This commit is contained in:
Jörg Thalheim 2022-04-18 08:27:58 +02:00
parent 951ff804a6
commit 7205020d19
No known key found for this signature in database
2 changed files with 7 additions and 9 deletions

12
flake.lock generated
View file

@ -245,16 +245,16 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1649624536,
"narHash": "sha256-xXCKjEr7fzutHoS0FAoJbgC+Amz9FHa4T+RjQZteZwk=",
"owner": "Mic92",
"lastModified": 1650222748,
"narHash": "sha256-AHh/goEfG5hlhIMVgGQwACbuv5Wit2ND9vrcB4QthJs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6d12cd3f6564ebcf46984aac598d220edd9c295a",
"rev": "ba88a5afa6fff7710c17b5423ff9d721386c4164",
"type": "github"
},
"original": {
"owner": "Mic92",
"ref": "gidgethub",
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -11,9 +11,7 @@
];
inputs = {
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
# https://github.com/NixOS/nixpkgs/pull/168186
nixpkgs.url = "github:Mic92/nixpkgs/gidgethub";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixpkgs-update.url = "github:ryantm/nixpkgs-update";
nixpkgs-update-github-releases.url = "github:ryantm/nixpkgs-update-github-releases";
nixpkgs-update-github-releases.flake = false;