Fix folder paths, set Tower back to stable, remove Nix channels for system for now
This commit is contained in:
parent
f8ba0f4514
commit
f8cbfda048
12 changed files with 42 additions and 39 deletions
|
@ -44,13 +44,14 @@
|
|||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
|
||||
# Specific apps
|
||||
blender.url = "github:edolstra/nix-warez?dir=blender";
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
outputs = inputs: with inputs;
|
||||
|
||||
inputs.flake-utils.lib.eachDefaultSystemPassThrough (system:
|
||||
with inputs; let
|
||||
flake-utils.lib.eachDefaultSystemPassThrough (system:
|
||||
let
|
||||
mkNix = name: channel: channel.lib.nixosSystem {
|
||||
modules = [ (./hosts + "/${name}") ];
|
||||
specialArgs = inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue