use nixpkgs master for now

This commit is contained in:
778a69cd 2023-09-08 13:45:53 +02:00
parent 5b910788b1
commit c8398b07a9
2 changed files with 8 additions and 7 deletions

View file

@ -17,16 +17,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1693322718, "lastModified": 1694170870,
"narHash": "sha256-DiyEuYUovrNz3rVqweiv6V0MY0QTFWVvIJcXsf9maC8=", "narHash": "sha256-Ah/gHWAWpRvJo548STc2ITGH19c20yyOetaq5F37nd8=",
"owner": "erictapen", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "afd2449b859efa913603181b8f21844a2db37cee", "rev": "e39aa8f4c6b01ff776fb2aa5721e7823493e5d6e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "erictapen", "owner": "NixOS",
"ref": "mobilizon-3", "ref": "master",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -2,7 +2,8 @@
description = "Mobilizon fork for potsda.mn"; description = "Mobilizon fork for potsda.mn";
inputs = { inputs = {
nixpkgs.url = "github:erictapen/nixpkgs/mobilizon-3"; # TODO change this to nixos-unstable
nixpkgs.url = "github:NixOS/nixpkgs/master";
nix-filter.url = "github:numtide/nix-filter"; nix-filter.url = "github:numtide/nix-filter";
}; };