From 7d30a5396ff410bba2de9050d8ec8131fcdce273 Mon Sep 17 00:00:00 2001 From: autumn-the-kitty-cat <147276465+autumn-the-kitty-cat@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:37:08 -0500 Subject: [PATCH] feat: add flakes to nix iso --- flake.lock | 27 +++++++++++++++++++++++++++ flake.nix | 5 +++++ 2 files changed, 32 insertions(+) create mode 100644 flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..a7457cc --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1764517877, + "narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/flake.nix b/flake.nix index 5655c34..f168f7f 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,11 @@ networking.networkmanager.enable = true; + nix.settings.experimental-features = [ + "nix-command" + "flakes" + ]; + environment.systemPackages = with pkgs; [ neovim git