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": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1713650257, "lastModified": 1714532603,
"narHash": "sha256-j74tp05StDdDke8/DGAlZ8etNQUqsOlLqZpEQALQonU=", "narHash": "sha256-2zsBeeUVPTlo/CQ6Zcug6kZ09+H7WIKmxi6bdKNb/Ew=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e73004a744e8e8244d2e31c10931aad9610ec5d7", "rev": "38c01297e7ec11f7b9e3f2cae7d6fcec6cc767ec",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"rev": "e73004a744e8e8244d2e31c10931aad9610ec5d7", "rev": "38c01297e7ec11f7b9e3f2cae7d6fcec6cc767ec",
"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/e73004a744e8e8244d2e31c10931aad9610ec5d7"; nixpkgs.url = "nixpkgs/38c01297e7ec11f7b9e3f2cae7d6fcec6cc767ec";
}; };
outputs = { self, nixpkgs }: outputs = { self, nixpkgs }: