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
|
@ -1,11 +0,0 @@
|
|||
{ config, lib, pkgs, stable, unstable, ... }:
|
||||
with pkgs; {
|
||||
_module.args.pkgsStable = import stable {
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
inherit (config.nixpkgs) config;
|
||||
};
|
||||
_module.args.pkgsUnstable = import unstable {
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
inherit (config.nixpkgs) config;
|
||||
};
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./channels
|
||||
./gc
|
||||
./unfree
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue