summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/flake.nix b/flake.nix
index aa072a2..00fadfc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,23 +1,13 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
+ # nixpkgs.url = "github:NixOS/nixpkgs";
flake-parts.url = "github:hercules-ci/flake-parts";
import-tree.url = "github:vic/import-tree";
wrappers.url = "github:Lassulus/wrappers";
wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules";
- lix = {
- url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
- flake = false;
- };
-
- lix-module = {
- url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
- inputs.nixpkgs.follows = "nixpkgs";
- inputs.lix.follows = "lix";
- };
-
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -33,7 +23,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-flatpak.url = "github:gmodena/nix-flatpak";
- millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
+ # millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
};
outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree ./modules);