chore(flake): update

This commit is contained in:
Lars Sjöström 2025-06-25 20:45:04 +02:00
commit 3de146ea71
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1749285348,
"narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=",
"lastModified": 1750741721,
"narHash": "sha256-Z0djmTa1YmnGMfE9jEe05oO4zggjDmxOGKwt844bUhE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3e3afe5174c561dee0df6f2c2b2236990146329f",
"rev": "4b1164c3215f018c4442463a27689d973cffd750",
"type": "github"
},
"original": {

View file

@ -7,7 +7,7 @@
let
version = pkgs.glibc.version;
src = pkgs.glibc.src;
pname = "glibcPatos";
pname = pkgs.glibc.pname;
in
stdenv.mkDerivation (finalAttrs: {
inherit version;