diff --git a/flake.lock b/flake.lock index c750089..74f3c1a 100644 --- a/flake.lock +++ b/flake.lock @@ -778,16 +778,32 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1735834308, - "narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=", + "lastModified": 1734978744, + "narHash": "sha256-R80xsDCKZOPJv5T+fB5G1ZVgS/51tJgUenGmGFjZat4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6df24922a1400241dae323af55f30e4318a6ca65", + "rev": "b74a56e2acce8fe88a575287a20ac196d8d01938", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "repo": "nixpkgs", + "rev": "b74a56e2acce8fe88a575287a20ac196d8d01938", + "type": "github" + } + }, + "nixpkgs_3": { + "locked": { + "lastModified": 1736042175, + "narHash": "sha256-jdd5UWtLVrNEW8K6u5sy5upNAFmF3S4Y+OIeToqJ1X8=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "bf689c40d035239a489de5997a4da5352434632e", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } @@ -1160,9 +1176,7 @@ "viminal": { "inputs": { "nixCats": "nixCats", - "nixpkgs": [ - "nixpkgs" - ], + "nixpkgs": "nixpkgs_3", "plugins-blink-ripgrep": "plugins-blink-ripgrep", "plugins-pomo-nvim": "plugins-pomo-nvim" }, diff --git a/flake.nix b/flake.nix index 1b3c5fd..ebda83b 100755 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "System configuration flake."; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs"; # stablepkgs.url = "github:nixos/nixpkgs/nixos-24.05"; # bleedingpkgs.url = "github:nixos/nixpkgs/master"; # nixpkgs-unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small";