aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/flake.nix b/flake.nix
index 1eb1382..595783d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,6 @@
inputs = {
nixpkgs.url = "https://channels.nixos.org/nixos-25.11/nixexprs.tar.xz";
- nixpkgs-unstable.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
home-manager = {
url = "github:nix-community/home-manager/release-25.11";
@@ -49,13 +48,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- niri.url = "github:sodiboo/niri-flake";
-
- noctalia = {
- url = "github:noctalia-dev/noctalia-shell";
- inputs.nixpkgs.follows = "nixpkgs-unstable";
- };
-
my-go-tools.url = "git+https://code.fcuny.net/x";
};