flake: update nixpkgs-darwin-pinned

This commit is contained in:
zowoq 2024-04-24 12:44:51 +10:00
parent f0017d571b
commit ccab43c128
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -124,17 +124,17 @@
}, },
"nixpkgs-darwin-pinned": { "nixpkgs-darwin-pinned": {
"locked": { "locked": {
"lastModified": 1712132741, "lastModified": 1713908025,
"narHash": "sha256-44ZLixE1FGUmz01/G/1ZMfJG8P+i8y2SkOVRia0xRkk=", "narHash": "sha256-jiuOqj3+yN1BophQuXULZJIJX8DMQHSoxkhAvALml4U=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7781caa09d74b971a059a0240a03c5dd68acf3e5", "rev": "0a0027cb7c11e9cf5521266f88b5e72a0e7ed331",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7781caa09d74b971a059a0240a03c5dd68acf3e5", "rev": "0a0027cb7c11e9cf5521266f88b5e72a0e7ed331",
"type": "github" "type": "github"
} }
}, },

View file

@ -44,7 +44,7 @@
treefmt-nix.url = "github:numtide/treefmt-nix"; treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs"; treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs-darwin-pinned.url = "github:NixOS/nixpkgs/7781caa09d74b971a059a0240a03c5dd68acf3e5"; nixpkgs-darwin-pinned.url = "github:NixOS/nixpkgs/0a0027cb7c11e9cf5521266f88b5e72a0e7ed331";
}; };
outputs = inputs @ { flake-parts, self, ... }: outputs = inputs @ { flake-parts, self, ... }: