Installer
This commit is contained in:
parent
e7b5b241c0
commit
73a5cb921a
2 changed files with 61 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
devshell.url = "github:numtide/devshell";
|
||||
nixos-hardware = {
|
||||
url = "github:NixOS/nixos-hardware/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -27,6 +26,7 @@
|
|||
imports = [
|
||||
inputs.devshell.flakeModule
|
||||
./nixos/machines/wsl/configuration.nix
|
||||
./nixos/machines/installer/configuration.nix
|
||||
./home-manager/machines/wsl/home.nix
|
||||
./devshells/rust.nix
|
||||
./devshells/idris2.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue