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": {
"locked": {
"lastModified": 1693322718,
"narHash": "sha256-DiyEuYUovrNz3rVqweiv6V0MY0QTFWVvIJcXsf9maC8=",
"owner": "erictapen",
"lastModified": 1694170870,
"narHash": "sha256-Ah/gHWAWpRvJo548STc2ITGH19c20yyOetaq5F37nd8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "afd2449b859efa913603181b8f21844a2db37cee",
"rev": "e39aa8f4c6b01ff776fb2aa5721e7823493e5d6e",
"type": "github"
},
"original": {
"owner": "erictapen",
"ref": "mobilizon-3",
"owner": "NixOS",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,8 @@
description = "Mobilizon fork for potsda.mn";
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";
};