diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -4,9 +4,6 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - # Snapshot of nixpkgs with the 6.17.13 kernel for compatibility - kernelv.url = "github:NixOS/nixpkgs/52e64396e98aef211f4127416dbdae17a01b3d3f"; - nixos-hardware.url = "github:NixOS/nixos-hardware/master"; sops-nix = { @@ -68,7 +65,6 @@ outputs = { self, nixpkgs, ... }@inputs: let - scripts = import ./scripts; mkHost = { hostname, @@ -87,16 +83,6 @@ }; in { - apps."x86_64-linux" = { - install = { - type = "app"; - program = "${scripts.install}/bin/nixos-install"; - }; - setup = { - type = "app"; - program = "${scripts.setup}/bin/nixos-setup"; - }; - }; nixosConfigurations = { szpont = mkHost { hostname = "szpont"; |
