switch to nixos-unstable-small
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Vivian 2022-07-31 10:52:05 +02:00
parent ed53c577a2
commit 2f3a7c081e
2 changed files with 10 additions and 10 deletions

View file

@ -203,11 +203,11 @@
"utils": "utils_2" "utils": "utils_2"
}, },
"locked": { "locked": {
"lastModified": 1659144434, "lastModified": 1659232680,
"narHash": "sha256-FlfgEhzZTG39j+7IoDFFjED8asI3vWcOZSGmz5rpMdk=", "narHash": "sha256-arnkjPUVeZsNVNrlg/pWcQzkGZVpG9INcE7Cp6GieOY=",
"owner": "jyooru", "owner": "jyooru",
"repo": "nix-minecraft-servers", "repo": "nix-minecraft-servers",
"rev": "65702e6e4bd0d368b8a5f4efd8ea84c5ad9a604c", "rev": "190b7aaf522ca7aa217cac94f59b4357268ebe5b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -254,16 +254,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1659077768, "lastModified": 1659242643,
"narHash": "sha256-P0XIHBVty6WIuIrk2DZNvLcYev9956y1prT4zL212H8=", "narHash": "sha256-Xq81/wdhzOBEO0cjMRWfI3XG/E3dlYEvYpXpZhTUTwY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2a93ea177c3d7700b934bf95adfe00c435f696b8", "rev": "b2544f1301520be456fc33d296e6c9a5f6126391",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-unstable", "ref": "nixos-unstable-small",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -6,7 +6,7 @@
# * https://git.voidcorp.nl/j00lz/nixos-configs/src/branch/main/flake.nix # * https://git.voidcorp.nl/j00lz/nixos-configs/src/branch/main/flake.nix
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
colmena.url = "github:zhaofengli/colmena"; colmena.url = "github:zhaofengli/colmena";
colmena.inputs.nixpkgs.follows = "nixpkgs"; colmena.inputs.nixpkgs.follows = "nixpkgs";
@ -105,8 +105,8 @@
nixfmt nixfmt
nixUnstable nixUnstable
vault vault
(vault-push-approle-envs self) # (vault-push-approle-envs self)
(vault-push-approle-approles self) # (vault-push-approle-approles self)
]; ];
}; };
}; };