about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-27 14:25:04 +0200
committerSoispha <soispha@vhack.eu>2023-10-27 14:25:04 +0200
commit0cb2f95e82c27282446d7b405f1e26ffd72ed008 (patch)
tree2ecc7e52fea0128358e5ea425f52cbdee8214d41 /flake.nix
parentdocs(notes/git_crypt): Explain what to do, when git-crypt fails (diff)
downloadnixos-config-0cb2f95e82c27282446d7b405f1e26ffd72ed008.tar.gz
nixos-config-0cb2f95e82c27282446d7b405f1e26ffd72ed008.zip
fix(flake): Lock unstable version, until flask-sqlalchemy builds
The relevant issue in nixos would be: https://github.com/NixOS/nixpkgs/issues/263461
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 078820f7..d0f1eb33 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,8 +3,8 @@
 
   inputs = {
     # base
-    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
-    nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05";
+    nixpkgs.url = "github:NixOS/nixpkgs/7c9cc5a6e5d38010801741ac830a3f8fd667a7a0";
+    nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05"; # 5550a85a087c04ddcace7f892b0bdc9d8bb080c8
 
     my_flake = {
       url = "git+https://codeberg.org/soispha/nixos-config.git";