fixed a home-manager import oopsie

This commit is contained in:
Gabriella Bere 2024-09-06 18:55:54 +01:00
parent 0438c57b95
commit c93aba6c27
2 changed files with 22 additions and 1 deletions

21
flake.lock generated
View file

@ -43,6 +43,26 @@
"type": "github"
}
},
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1725377834,
"narHash": "sha256-tqoAO8oT6zEUDXte98cvA1saU9+1dLJQe3pMKLXv8ps=",
"owner": "nix-community",
"repo": "disko",
"rev": "e55f9a8678adc02024a4877c2a403e3f6daf24fe",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
"flake-compat": {
"locked": {
"lastModified": 1696426674,
@ -336,6 +356,7 @@
"root": {
"inputs": {
"anyrun": "anyrun",
"disko": "disko",
"flatpaks": "flatpaks",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs_2",