Update branch of kubenix fork

This commit is contained in:
Pim Kunis 2024-05-05 18:02:29 +02:00
parent 32d459f63c
commit 528a83096d
2 changed files with 5 additions and 5 deletions

View file

@ -277,16 +277,16 @@
"treefmt": "treefmt" "treefmt": "treefmt"
}, },
"locked": { "locked": {
"lastModified": 1714660908, "lastModified": 1714924543,
"narHash": "sha256-nPd98B3Kjzey/AMZ48J9npNbDwNunAAwuyJECZPKNN0=", "narHash": "sha256-w8yZ7eyle50zkn+cJJwy+S/0aV4JmmBU7Z3ZF9JyPKk=",
"owner": "pizzapim", "owner": "pizzapim",
"repo": "kubenix", "repo": "kubenix",
"rev": "c5ae942e206a56aa52643780ca7352cf35d24a66", "rev": "cd3d3cc1615372cfd283dc9ffa14f1dbc84d0a36",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "pizzapim", "owner": "pizzapim",
"ref": "fix-protocol", "ref": "main",
"repo": "kubenix", "repo": "kubenix",
"type": "github" "type": "github"
} }

View file

@ -24,7 +24,7 @@
}; };
kubenix = { kubenix = {
url = "github:pizzapim/kubenix/fix-protocol"; url = "github:pizzapim/kubenix/main";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };