chore: move .nix -> nix, remove unused flake input

This commit is contained in:
technofab 2025-09-15 10:48:33 +02:00
parent 695d36a457
commit 9cb2d2bef6
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
8 changed files with 2 additions and 193 deletions

View file

@ -2,16 +2,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
ren.url = "gitlab:rensa-nix/core?dir=lib";
std = {
url = "github:divnix/std";
inputs = {
nixpkgs.follows = "nixpkgs";
lib.follows = "nixpkgs";
paisano-tui.follows = "";
dmerge.follows = "";
blank.follows = "";
};
};
};
outputs = {
@ -22,7 +12,7 @@
ren.buildWith
{
inherit inputs;
cellsFrom = ./.nix;
cellsFrom = ./nix;
transformInputs = system: i:
i
// {