This commit is contained in:
Sarah 2021-11-15 20:02:06 +01:00
commit 4ada6bfb74
No known key found for this signature in database
GPG key ID: 708F7ACE058F0186
2 changed files with 7 additions and 8 deletions

View file

@ -33,18 +33,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1635336330,
"narHash": "sha256-EPrCZTmuOEY1KLjUCu7rXCBxNemggIFJMDdfEqXQKGo=",
"owner": "nixos",
"lastModified": 1636886446,
"narHash": "sha256-4xsVM2H8CG3d/3V+GqDDLDOmb3kdrugbqKVyrg8Q/zc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "51acb65b302551ac7993b437cc6863fe9fa8ae50",
"rev": "5cb226a06c49f7a2d02863d0b5786a310599df6b",
"type": "github"
},
"original": {
"owner": "nixos",
"id": "nixpkgs",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
"type": "indirect"
}
},
"root": {

View file

@ -2,7 +2,7 @@
description = "Peer2Peer Nix-Binary-Cache";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "nixpkgs/nixpkgs-unstable";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;