pkgs#flake: fix flake-compat support
https://github.com/edolstra/flake-compat/pull/18
This commit is contained in:
parent
25180a5e6e
commit
e5ddc3127b
11
flake.lock
11
flake.lock
|
@ -74,15 +74,16 @@
|
||||||
"flake-compat": {
|
"flake-compat": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1606424373,
|
"lastModified": 1611461076,
|
||||||
"narHash": "sha256-oq8d4//CJOrVj+EcOaSXvMebvuTkmBJuT5tzlfewUnQ=",
|
"narHash": "sha256-ad++dTtMNeitUIKi1c66aTrVJOSf+mdZTrGrXzjDr6Q=",
|
||||||
"owner": "edolstra",
|
"owner": "BBBSnowball",
|
||||||
"repo": "flake-compat",
|
"repo": "flake-compat",
|
||||||
"rev": "99f1c2157fba4bfe6211a321fd0ee43199025dbf",
|
"rev": "a565cb46bee9fa856a6c15bc9c3bb947fbb784ec",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "edolstra",
|
"owner": "BBBSnowball",
|
||||||
|
"ref": "pr-1",
|
||||||
"repo": "flake-compat",
|
"repo": "flake-compat",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
deploy.inputs.flake-compat.follows = "flake-compat";
|
deploy.inputs.flake-compat.follows = "flake-compat";
|
||||||
naersk.url = "github:nmattia/naersk";
|
naersk.url = "github:nmattia/naersk";
|
||||||
naersk.inputs.nixpkgs.follows = "override";
|
naersk.inputs.nixpkgs.follows = "override";
|
||||||
flake-compat.url = "github:edolstra/flake-compat";
|
flake-compat.url = "github:BBBSnowball/flake-compat/pr-1";
|
||||||
flake-compat.flake = false;
|
flake-compat.flake = false;
|
||||||
srcs.url = "path:./pkgs";
|
srcs.url = "path:./pkgs";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue