1
1
Fork 0

nix: disable nixpkgs-local

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-14 16:08:50 -05:00
parent 70d455631a
commit 02907dac7b
Signed by: myned
GPG key ID: C7224454F7881A34
3 changed files with 3 additions and 4 deletions

View file

@ -46,7 +46,7 @@
stable = nixpkgs "stable";
unstable = nixpkgs "unstable";
staging-next = nixpkgs "staging-next";
local = nixpkgs "local";
#// local = nixpkgs "local";
in {
# Overlay nixpkgs branches
#?? nixpkgs.BRANCH.PACKAGE
@ -67,7 +67,7 @@
};
# Development
ciscoPacketTracer8 = local.ciscoPacketTracer8;
#// ciscoPacketTracer8 = local.ciscoPacketTracer8;
}
)
];

View file

@ -84,7 +84,7 @@
nixpkgs-staging-next = flake "github:NixOS/nixpkgs/staging-next";
### Development
nixpkgs-local = flake "git+file:///home/myned/SYNC/dev/repo/nixpkgs";
#// nixpkgs-local = flake "git+file:///home/myned/SYNC/dev/repo/nixpkgs";
#// hyprland = flake "git+file:///home/myned/SYNC/dev/repo/Hyprland?submodules=1";
### Source code

View file

@ -113,7 +113,6 @@
url = "github:nix-community/nixd";
};
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixpkgs-local.url = "git+file:///home/myned/SYNC/dev/repo/nixpkgs";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs-staging-next.url = "github:NixOS/nixpkgs/staging-next";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";