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": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1635336330, "lastModified": 1636886446,
"narHash": "sha256-EPrCZTmuOEY1KLjUCu7rXCBxNemggIFJMDdfEqXQKGo=", "narHash": "sha256-4xsVM2H8CG3d/3V+GqDDLDOmb3kdrugbqKVyrg8Q/zc=",
"owner": "nixos", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "51acb65b302551ac7993b437cc6863fe9fa8ae50", "rev": "5cb226a06c49f7a2d02863d0b5786a310599df6b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "id": "nixpkgs",
"ref": "nixpkgs-unstable", "ref": "nixpkgs-unstable",
"repo": "nixpkgs", "type": "indirect"
"type": "github"
} }
}, },
"root": { "root": {

View file

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