flake.nix: use nixpkgs-unstable

This commit is contained in:
2025-03-17 20:44:07 +01:00
parent 72d4708619
commit f948c68651
2 changed files with 9 additions and 7 deletions

14
flake.lock generated
View File

@@ -2,22 +2,24 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1739484910,
"narHash": "sha256-wjWLzdM7PIq4ZAe7k3vyjtgVJn6b0UeodtRFlM/6W5U=",
"lastModified": 1742169275,
"narHash": "sha256-nkH2Edu9rClcsQp2PYBe8E6fp8LDPi2uDBQ6wyMdeXI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0b73e36b1962620a8ac551a37229dd8662dac5c8",
"rev": "5d9b5431f967007b3952c057fc92af49a4c5f3b2",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-24.11",
"type": "indirect"
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"old-nixpkgs": {
"flake": false,
"locked": {
"lastModified": 1454948270,
"narHash": "sha256-6ex8oAb2JsE9w7CjjJlBaFzxNY6aG50/FfqrIYaMdt0=",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/dd7e6bd97fc26b72fb6ac9e9d6f9750980fd3f56.tar.gz"

View File

@@ -2,7 +2,7 @@
description = "java web applet resurrection";
inputs = {
nixpkgs.url = "nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
old-nixpkgs = {
flake = false;