diff options
author | Soispha <soispha@vhack.eu> | 2023-07-22 23:02:35 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-22 23:02:35 +0200 |
commit | 17491e6dbf91a380e1549b51b6c53d3b3894525d (patch) | |
tree | ee20b8fe31874983314a9c8004c455ef9074c660 /flake.nix | |
parent | Feat(packages): Add element-desktop (diff) | |
download | nixos-config-17491e6dbf91a380e1549b51b6c53d3b3894525d.tar.gz nixos-config-17491e6dbf91a380e1549b51b6c53d3b3894525d.zip |
Build(flake): Update
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 6c6a1c3c..a75f9604 100644 --- a/flake.nix +++ b/flake.nix @@ -4,6 +4,7 @@ inputs = { # base nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs-stable-release.url = "github:NixOS/nixpkgs/nixos-23.05"; # inputs for following systems = { @@ -92,7 +93,7 @@ inputs = { flake-compat.follows = "flake-compat"; flake-utils.follows = "flake-utils"; - nixpkgs.follows = "nixpkgs"; + nixpkgs.follows = "nixpkgs-stable-release"; }; }; |