mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2026-02-02 07:15:09 +01:00
chore: move .nix -> nix, remove unused flake input
This commit is contained in:
parent
695d36a457
commit
9cb2d2bef6
8 changed files with 2 additions and 193 deletions
12
flake.nix
12
flake.nix
|
|
@ -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
|
||||
// {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue