From 2537aa57100ca7048413615878d6ac5359936cfc Mon Sep 17 00:00:00 2001 From: oqyude Date: Mon, 23 Jun 2025 20:23:00 +0300 Subject: [PATCH] 123 --- flake.lock | 20 ++++++++++---------- flake.nix | 7 ++++--- modules/extra/self/fingerprint.nix | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index 8adf98a..e4fbb69 100755 --- a/flake.lock +++ b/flake.lock @@ -264,19 +264,19 @@ "type": "github" } }, - "nixpkgs-last-unstable": { + "nixpkgs-fingerprint": { "locked": { - "lastModified": 1746269363, - "narHash": "sha256-Q0lKWway9OmZnkDTpAoAE9VLXHOHqCqdJ3N0tkSM99g=", + "lastModified": 1750330365, + "narHash": "sha256-hJ7XMNVsTnnbV2NPmStCC07gvv5l2x7+Skb7hyUzazg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b6aef6c3553f849e1e6c08f1bcd3061df2b69fc4", + "rev": "d883b6213afa179b58ba8bace834f1419707d0ad", "type": "github" }, "original": { "owner": "NixOS", + "ref": "nixos-24.11", "repo": "nixpkgs", - "rev": "b6aef6c3553f849e1e6c08f1bcd3061df2b69fc4", "type": "github" } }, @@ -312,16 +312,16 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1750330365, - "narHash": "sha256-hJ7XMNVsTnnbV2NPmStCC07gvv5l2x7+Skb7hyUzazg=", + "lastModified": 1750400657, + "narHash": "sha256-3vkjFnxCOP6vm5Pm13wC/Zy6/VYgei/I/2DWgW4RFeA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d883b6213afa179b58ba8bace834f1419707d0ad", + "rev": "b2485d56967598da068b5a6946dadda8bfcbcd37", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } @@ -437,7 +437,7 @@ "nix-index-database": "nix-index-database", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_2", - "nixpkgs-last-unstable": "nixpkgs-last-unstable", + "nixpkgs-fingerprint": "nixpkgs-fingerprint", "nixpkgs-stable": "nixpkgs-stable", "nixpkgs-unstable": "nixpkgs-unstable", "nur": "nur", diff --git a/flake.nix b/flake.nix index 3fad2f6..ecd3249 100644 --- a/flake.nix +++ b/flake.nix @@ -8,10 +8,11 @@ zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret # nixpkgs - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; # b6aef6c3553f849e1e6c08f1bcd3061df2b69fc4 - nixpkgs-last-unstable.url = "github:NixOS/nixpkgs/b6aef6c3553f849e1e6c08f1bcd3061df2b69fc4"; # 507b63021ada5fee621b6ca371c4fca9ca46f52c + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + #nixpkgs-last-unstable.url = "github:NixOS/nixpkgs/b6aef6c3553f849e1e6c08f1bcd3061df2b69fc4"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.11"; + nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.05"; + nixpkgs-fingerprint.url = "github:NixOS/nixpkgs/nixos-24.11"; # nix-community nixos-hardware.url = "github:NixOS/nixos-hardware/master"; diff --git a/modules/extra/self/fingerprint.nix b/modules/extra/self/fingerprint.nix index d407628..fbefd6a 100644 --- a/modules/extra/self/fingerprint.nix +++ b/modules/extra/self/fingerprint.nix @@ -1,6 +1,6 @@ { inputs, ... }@flakeContext: let - pkgs-stable = import inputs.nixpkgs-stable { system = "x86_64-linux"; }; + pkgs-stable = import inputs.nixpkgs-fingerprint { system = "x86_64-linux"; }; in { config,