add nix-skills flake input

This commit is contained in:
2026-05-07 21:36:19 +02:00
parent 33723a5315
commit 4fc2befee5
3 changed files with 27 additions and 0 deletions
+4
View File
@@ -39,6 +39,10 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.linux-ntfs.url = "github:Lumpiasty/linux-ntfs/main";
};
nix-skills = {
url = "github:sudosubin/nix-skills";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixos-hardware, ... }@inputs: