mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
update to nixos 23.05
This commit is contained in:
parent
337679971a
commit
bd978f6b03
12 changed files with 28 additions and 26 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "NixOS configuration";
|
||||
inputs = {
|
||||
nix.url = "github:NixOS/nix";
|
||||
nixpkgs.url = "nixpkgs/nixos-22.11";
|
||||
nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
@ -82,7 +82,7 @@
|
|||
};
|
||||
|
||||
flake = {
|
||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
|
||||
# checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
|
||||
|
||||
deploy = import ./machines/deploy.nix (inputs // {
|
||||
inherit inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue