chore: update flake
This commit is contained in:
parent
84da6feedf
commit
7901dd3f1f
@ -1,13 +1,12 @@
|
|||||||
{
|
{
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"naked-shell": {
|
"naked-shell": {
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1676572903,
|
"lastModified": 1681286841,
|
||||||
"narHash": "sha256-oQoDHHUTxNVSURfkFcYLuAK+btjs30T4rbEUtCUyKy8=",
|
"narHash": "sha256-3XlJrwlR0nBiREnuogoa5i1b4+w/XPe0z8bbrJASw0g=",
|
||||||
"owner": "yusdacra",
|
"owner": "yusdacra",
|
||||||
"repo": "mk-naked-shell",
|
"repo": "mk-naked-shell",
|
||||||
"rev": "aeca9f8aa592f5e8f71f407d081cb26fd30c5a57",
|
"rev": "7612f828dd6f22b7fb332cc69440e839d7ffe6bd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -5,15 +5,13 @@
|
|||||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
inputs.systems.url = "github:nix-systems/x86_64-linux";
|
inputs.systems.url = "github:nix-systems/x86_64-linux";
|
||||||
inputs.naked-shell.url = "github:yusdacra/mk-naked-shell";
|
inputs.naked-shell.url = "github:yusdacra/mk-naked-shell";
|
||||||
inputs.naked-shell.flake = false;
|
|
||||||
|
|
||||||
outputs = inp:
|
outputs = inp:
|
||||||
inp.parts.lib.mkFlake {inputs = inp;} {
|
inp.parts.lib.mkFlake {inputs = inp;} {
|
||||||
systems = import inp.systems;
|
systems = import inp.systems;
|
||||||
perSystem = {pkgs, ...}: let
|
imports = [inp.naked-shell.flakeModule];
|
||||||
mkNakedShell = pkgs.callPackage inp.naked-shell {};
|
perSystem = {config, pkgs, ...}: {
|
||||||
in {
|
devShells.default = config.mk-naked-shell.lib.mkNakedShell {
|
||||||
devShells.default = mkNakedShell {
|
|
||||||
name = "musikspider-devshell";
|
name = "musikspider-devshell";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
deno
|
deno
|
||||||
|
Loading…
Reference in New Issue
Block a user