about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-22 23:02:35 +0200
committerSoispha <soispha@vhack.eu>2023-07-22 23:02:35 +0200
commit17491e6dbf91a380e1549b51b6c53d3b3894525d (patch)
treeee20b8fe31874983314a9c8004c455ef9074c660 /flake.nix
parentFeat(packages): Add element-desktop (diff)
downloadnixos-config-17491e6dbf91a380e1549b51b6c53d3b3894525d.tar.gz
nixos-config-17491e6dbf91a380e1549b51b6c53d3b3894525d.zip
Build(flake): Update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
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";
       };
     };