Update nixpkgs to the latest version

This commit is contained in:
Manuel Thalmann 2024-05-01 05:57:46 +02:00
parent c2cca3f6ab
commit 819990937a
2 changed files with 5 additions and 5 deletions

View file

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1713650257,
"narHash": "sha256-j74tp05StDdDke8/DGAlZ8etNQUqsOlLqZpEQALQonU=",
"lastModified": 1714532603,
"narHash": "sha256-2zsBeeUVPTlo/CQ6Zcug6kZ09+H7WIKmxi6bdKNb/Ew=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e73004a744e8e8244d2e31c10931aad9610ec5d7",
"rev": "38c01297e7ec11f7b9e3f2cae7d6fcec6cc767ec",
"type": "github"
},
"original": {
"id": "nixpkgs",
"rev": "e73004a744e8e8244d2e31c10931aad9610ec5d7",
"rev": "38c01297e7ec11f7b9e3f2cae7d6fcec6cc767ec",
"type": "indirect"
}
},

View file

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