bump nixpkgs and flake-parts

main
Jörg Thalheim 2 years ago
parent e5e1cfd714
commit aafb1c159c

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"flake-parts": { "flake-parts": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs-lib": [
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"lastModified": 1655570068, "lastModified": 1671322946,
"narHash": "sha256-KUSd2a6KgYTHd2l3Goee/P+DrAC6n1Tau+7V68czSZU=", "narHash": "sha256-J8Qj+ITV+eti+irTK9Zn2LZVYoIW2g7irPUckU8yZvU=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "6dbc77b9c0477f8a9a6a9081077bb38c6a3dbb3a", "rev": "3f7172646953bf86dad5953bc45f0edae62ac445",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,16 +22,15 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1656938529, "lastModified": 1671537075,
"narHash": "sha256-j9hgKLoZZVYl/06Y2GzAhovGzfiuLzV5HX4kFEl+dTU=", "narHash": "sha256-lAejYRUtM2SDTmHxcFLnx4W/P0URejhkl9DyqJ++PIc=",
"owner": "Mic92", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5f6d0be096ef78b0fd38c3211d17117457193b69", "rev": "eb37a7f66312e845fba0b3cc7c36e727012b3dae",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Mic92", "owner": "NixOS",
"ref": "vault",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

@ -3,17 +3,12 @@
inputs = { inputs = {
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs.follows = "nixpkgs"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
# https://github.com/NixOS/nixpkgs/pull/180114 nixpkgs.url = "github:NixOS/nixpkgs";
nixpkgs.url = "github:Mic92/nixpkgs/vault";
}; };
outputs = { outputs = inputs @ {flake-parts, ...}:
self, flake-parts.lib.mkFlake {inherit inputs;} {
flake-parts,
...
}:
flake-parts.lib.mkFlake {inherit self;} {
systems = ["x86_64-linux" "aarch64-linux"]; systems = ["x86_64-linux" "aarch64-linux"];
perSystem = { perSystem = {
config, config,

Loading…
Cancel
Save