diff options
| author | Grisha Shipunov | 2025-11-02 12:45:39 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-11-02 12:45:39 +0100 |
| commit | fa2a072b57cddd2ae28973ececfeec1c71bdfdd0 (patch) | |
| tree | 091d1ec2206240f598a39bf2202c835c6f306253 /flake.nix | |
| parent | 6b979cda5ae6709a82d661314684da3ca53db69d (diff) | |
bump lock
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ { inputs = { - nixpkgs-unstable.url = "github:gshipunov/nixpkgs?ref=nixos-unstable"; + nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable"; + # nixpkgs-unstable.url = "github:gshipunov/nixpkgs?ref=nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-25.05"; flake-utils.url = "github:numtide/flake-utils"; |
