Skip to content

Commit c039623

Browse files
author
Abdullah Khabir
committed
removing unused inputs
1 parent aaeeb00 commit c039623

File tree

2 files changed

+13
-61
lines changed

2 files changed

+13
-61
lines changed

flake.lock

Lines changed: 10 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,9 @@
88
url = "github:nix-community/home-manager";
99
inputs.nixpkgs.follows = "nixpkgs";
1010
};
11-
river = {
12-
type = "git";
13-
url = "https://github.com/ifreund/river";
14-
submodules = true;
15-
flake = false;
16-
};
17-
stacktile = {
18-
type = "git";
19-
url = "https://git.sr.ht/~leon_plickat/stacktile";
20-
rev = "0e5baf19920c5cc92bd0d00c37bf0a0192f9842d";
21-
flake = false;
22-
};
23-
};
11+
};
2412

25-
outputs = { self, nixpkgs, home-manager, river, stacktile, ... }:
13+
outputs = { self, nixpkgs, home-manager, ... }:
2614
let
2715
system = "x86_64-linux";
2816
pkgs = nixpkgs.legacyPackages.${system};
@@ -40,7 +28,7 @@
4028
};
4129
}
4230
];
43-
extraSpecialArgs.repos = { inherit stacktile river; };
31+
#extraSpecialArgs.repos = { inherit stacktile river; };
4432
};
4533

4634
nixosConfigurations.x1c = nixpkgs.lib.nixosSystem {

0 commit comments

Comments
 (0)