mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(systems/chen): initialise
This commit is contained in:
parent
ccf6a6f704
commit
ee228abd84
5 changed files with 116 additions and 18 deletions
|
|
@ -36,6 +36,15 @@
|
|||
url = "github:lnl7/nix-darwin/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# WSL host
|
||||
wsl = {
|
||||
url = "github:nix-community/NixOS-WSL";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.follows = "utils";
|
||||
flake-compat.follows = "flake-compat";
|
||||
};
|
||||
};
|
||||
# flake-utils
|
||||
utils.url = "github:numtide/flake-utils";
|
||||
# file structure -> attrset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue