mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
remove unstable follows
This commit is contained in:
parent
550831f4d9
commit
44de66e57d
3 changed files with 25 additions and 12 deletions
|
|
@ -8,11 +8,10 @@
|
|||
ref = "master";
|
||||
};
|
||||
unstable = {
|
||||
follows = "stable";
|
||||
#type = "github";
|
||||
#owner = "NixOS";
|
||||
#repo = "nixpkgs";
|
||||
#ref = "nixos-unstable";
|
||||
type = "github";
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
ref = "nixos-unstable";
|
||||
};
|
||||
stable = {
|
||||
type = "github";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue