Pin the most recent nixpkgs version

This commit is contained in:
Manuel Thalmann 2024-05-01 05:00:13 +02:00
parent 353a3ac630
commit 13b35584d5
2 changed files with 5 additions and 5 deletions

View file

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1712163089, "lastModified": 1713650257,
"narHash": "sha256-Um+8kTIrC19vD4/lUCN9/cU9kcOsD1O1m+axJqQPyMM=", "narHash": "sha256-j74tp05StDdDke8/DGAlZ8etNQUqsOlLqZpEQALQonU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fd281bd6b7d3e32ddfa399853946f782553163b5", "rev": "e73004a744e8e8244d2e31c10931aad9610ec5d7",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-unstable", "rev": "e73004a744e8e8244d2e31c10931aad9610ec5d7",
"type": "indirect" "type": "indirect"
} }
}, },

View file

@ -2,7 +2,7 @@
description = "NixOS Machine Configurations by manuth"; description = "NixOS Machine Configurations by manuth";
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable"; nixpkgs.url = "nixpkgs/e73004a744e8e8244d2e31c10931aad9610ec5d7";
}; };
outputs = { self, nixpkgs }: outputs = { self, nixpkgs }: