mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Fix flake
This commit is contained in:
parent
edc1949f24
commit
fc635259e1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
disko = {
|
disko = {
|
||||||
url = github:nix-community/disko;
|
url = github:nix-community/disko;
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, disko, ... }@inputs: {
|
outputs = { self, nixpkgs, disko, ... }@inputs: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue