mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
revert to stable
This commit is contained in:
parent
98c4d12843
commit
4f3b446721
4 changed files with 432 additions and 60 deletions
16
flake.nix
16
flake.nix
|
|
@ -8,10 +8,11 @@
|
|||
ref = "master";
|
||||
};
|
||||
unstable = {
|
||||
type = "github";
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
ref = "nixos-unstable";
|
||||
follows = "stable";
|
||||
#type = "github";
|
||||
#owner = "NixOS";
|
||||
#repo = "nixpkgs";
|
||||
#ref = "nixos-unstable";
|
||||
};
|
||||
stable = {
|
||||
type = "github";
|
||||
|
|
@ -57,6 +58,13 @@
|
|||
repo = "lanzaboote";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
nix-janitor = {
|
||||
type = "github";
|
||||
owner = "Nobbz";
|
||||
repo = "nix-janitor";
|
||||
ref = "d49fd7486d5597d2e854154bf643e7f86c5f1f6c";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
#my own packages
|
||||
spicetify-nix = {
|
||||
type = "github";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue