chore: update flake

This commit is contained in:
dusk 2023-04-12 11:09:04 +03:00
parent 84da6feedf
commit 7901dd3f1f
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 6 additions and 9 deletions

View File

@ -1,13 +1,12 @@
{
"nodes": {
"naked-shell": {
"flake": false,
"locked": {
"lastModified": 1676572903,
"narHash": "sha256-oQoDHHUTxNVSURfkFcYLuAK+btjs30T4rbEUtCUyKy8=",
"lastModified": 1681286841,
"narHash": "sha256-3XlJrwlR0nBiREnuogoa5i1b4+w/XPe0z8bbrJASw0g=",
"owner": "yusdacra",
"repo": "mk-naked-shell",
"rev": "aeca9f8aa592f5e8f71f407d081cb26fd30c5a57",
"rev": "7612f828dd6f22b7fb332cc69440e839d7ffe6bd",
"type": "github"
},
"original": {

View File

@ -5,15 +5,13 @@
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
inputs.systems.url = "github:nix-systems/x86_64-linux";
inputs.naked-shell.url = "github:yusdacra/mk-naked-shell";
inputs.naked-shell.flake = false;
outputs = inp:
inp.parts.lib.mkFlake {inputs = inp;} {
systems = import inp.systems;
perSystem = {pkgs, ...}: let
mkNakedShell = pkgs.callPackage inp.naked-shell {};
in {
devShells.default = mkNakedShell {
imports = [inp.naked-shell.flakeModule];
perSystem = {config, pkgs, ...}: {
devShells.default = config.mk-naked-shell.lib.mkNakedShell {
name = "musikspider-devshell";
packages = with pkgs; [
deno