pkgs#flake: fix flake-compat support

https://github.com/edolstra/flake-compat/pull/18
This commit is contained in:
Timothy DeHerrera 2021-02-25 23:43:03 -07:00
parent 25180a5e6e
commit e5ddc3127b
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
2 changed files with 7 additions and 6 deletions

View file

@ -74,15 +74,16 @@
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1606424373,
"narHash": "sha256-oq8d4//CJOrVj+EcOaSXvMebvuTkmBJuT5tzlfewUnQ=",
"owner": "edolstra",
"lastModified": 1611461076,
"narHash": "sha256-ad++dTtMNeitUIKi1c66aTrVJOSf+mdZTrGrXzjDr6Q=",
"owner": "BBBSnowball",
"repo": "flake-compat",
"rev": "99f1c2157fba4bfe6211a321fd0ee43199025dbf",
"rev": "a565cb46bee9fa856a6c15bc9c3bb947fbb784ec",
"type": "github"
},
"original": {
"owner": "edolstra",
"owner": "BBBSnowball",
"ref": "pr-1",
"repo": "flake-compat",
"type": "github"
}

View file

@ -21,7 +21,7 @@
deploy.inputs.flake-compat.follows = "flake-compat";
naersk.url = "github:nmattia/naersk";
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;
srcs.url = "path:./pkgs";
};