Files
noctalia-shell/shell.nix
Rexiel Scarlet 4ade4e91e6 fix(nix): fix shell.nix for non flake nix-shell invocation
- relocated shell.nix to nix/shell.nix
- initialized shell.nix at root to correctly invoke the shell with
  `nix-shell` command for non flake
2025-11-10 22:15:29 +04:00

2 lines
53 B
Nix

(import <nixpkgs> {}).callPackage ./nix/shell.nix {}