mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
Add flake-compat as an input for our flake.nix
This commit is contained in:
parent
62fc9168fa
commit
e17d996ba2
17
flake.lock
generated
17
flake.lock
generated
@ -1,5 +1,21 @@
|
|||||||
{
|
{
|
||||||
"nodes": {
|
"nodes": {
|
||||||
|
"flake-compat": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1641205782,
|
||||||
|
"narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=",
|
||||||
|
"owner": "edolstra",
|
||||||
|
"repo": "flake-compat",
|
||||||
|
"rev": "b7547d3eed6f32d06102ead8991ec52ab0a4f1a7",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "edolstra",
|
||||||
|
"repo": "flake-compat",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1638122382,
|
"lastModified": 1638122382,
|
||||||
@ -81,6 +97,7 @@
|
|||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
"flake-compat": "flake-compat",
|
||||||
"flake-utils": "flake-utils",
|
"flake-utils": "flake-utils",
|
||||||
"gitignore": "gitignore",
|
"gitignore": "gitignore",
|
||||||
"naersk": "naersk",
|
"naersk": "naersk",
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
gitignore = { url = "github:hercules-ci/gitignore.nix"; flake = false; };
|
gitignore = { url = "github:hercules-ci/gitignore.nix"; flake = false; };
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
naersk.url = "github:nix-community/naersk";
|
naersk.url = "github:nix-community/naersk";
|
||||||
|
flake-compat = { url = github:edolstra/flake-compat; flake = false; };
|
||||||
};
|
};
|
||||||
|
outputs = {self, nixpkgs, flake-utils, naersk, gitignore, flake-compat}:
|
||||||
outputs = {self, nixpkgs, flake-utils, naersk, gitignore}:
|
|
||||||
let
|
let
|
||||||
kitchenGen = (import ./nix/kitchen/default.nix);
|
kitchenGen = (import ./nix/kitchen/default.nix);
|
||||||
trunkGen = (import ./nix/trunk/default.nix);
|
trunkGen = (import ./nix/trunk/default.nix);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user