mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
only one channel
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
import-tree.url = "github:vic/import-tree";
|
||||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
@@ -16,7 +15,7 @@
|
||||
plasma-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
plasma-manager.inputs.home-manager.follows = "home-manager";
|
||||
jovian-nixos.url = "github:Jovian-Experiments/Jovian-NixOS";
|
||||
jovian-nixos.inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
jovian-nixos.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; }
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
inherit system;
|
||||
specialArgs = {
|
||||
inherit inputs host system;
|
||||
pkgs-unstable = import inputs.nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
modules = [ inputs.self.nixosModules.${host} ] ++ extraModules;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user