use nixpkgs master for now
This commit is contained in:
parent
5b910788b1
commit
c8398b07a9
12
flake.lock
12
flake.lock
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue