about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-08 23:48:36 +0200
committerSoispha <soispha@vhack.eu>2023-08-08 23:48:36 +0200
commit0e42bafdd99a8c459f948f8b8883d435613cdff6 (patch)
tree717c9b7b5f3f48bf72617a2d17d30b9b4fe5dfc1 /flake.nix
parentFix(system/secrets/nheko): Config token fix for new account (diff)
downloadnixos-config-0e42bafdd99a8c459f948f8b8883d435613cdff6.tar.gz
nixos-config-0e42bafdd99a8c459f948f8b8883d435613cdff6.zip
Build(flake): Normalize nixpkgs stable name
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 27c61d4c..b81d2507 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,7 +4,7 @@
   inputs = {
     # base
     nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
-    nixpkgs_stable_release.url = "github:NixOS/nixpkgs/nixos-23.05";
+    nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05";
 
     # inputs for following
     systems = {
@@ -90,7 +90,7 @@
     lanzaboote = {
       url = "github:nix-community/lanzaboote/v0.3.0";
       inputs = {
-        nixpkgs.follows = "nixpkgs_stable_release";
+        nixpkgs.follows = "nixpkgs-stable";
         flake-compat.follows = "flake-compat";
         flake-utils.follows = "flake-utils";
         crane.follows = "crane";