summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-03-13 23:41:17 +0100
committeradikro <adikro@disroot.org>2026-03-13 23:41:17 +0100
commitf0c0e311c003057f24d8045509a627ad2acab978 (patch)
treea1955fe601c487aab46fa47838cd25b8273508ac /flake.nix
parentffefb53956c38909da77fe7ebbbb5d8b5dd823b9 (diff)
removing obsolete stuff
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
1 files changed, 0 insertions, 14 deletions
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";