From f0c0e311c003057f24d8045509a627ad2acab978 Mon Sep 17 00:00:00 2001 From: adikro Date: Fri, 13 Mar 2026 23:41:17 +0100 Subject: removing obsolete stuff --- flake.nix | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index bb957f7..ab0a358 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; -- cgit v1.3