Update kubenix source
This commit is contained in:
parent
528a83096d
commit
fd0a7e2cee
2 changed files with 7 additions and 5 deletions
|
@ -277,16 +277,16 @@
|
|||
"treefmt": "treefmt"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1714924543,
|
||||
"narHash": "sha256-w8yZ7eyle50zkn+cJJwy+S/0aV4JmmBU7Z3ZF9JyPKk=",
|
||||
"lastModified": 1715100405,
|
||||
"narHash": "sha256-H4vCwYIKLPI4zFSQN8U+6wM/ZmnkPRpLkrdp+xmUfLU=",
|
||||
"owner": "pizzapim",
|
||||
"repo": "kubenix",
|
||||
"rev": "cd3d3cc1615372cfd283dc9ffa14f1dbc84d0a36",
|
||||
"rev": "70a40774f18ae6966614fcb6b864a9dde2224273",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "pizzapim",
|
||||
"ref": "main",
|
||||
"ref": "servers",
|
||||
"repo": "kubenix",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -24,7 +24,9 @@
|
|||
};
|
||||
|
||||
kubenix = {
|
||||
url = "github:pizzapim/kubenix/main";
|
||||
url = "github:pizzapim/kubenix/servers";
|
||||
# url = "file:///home/pim/git/forks/kubenix";
|
||||
# type = "git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue