File tree Expand file tree Collapse file tree 6 files changed +3
-9
lines changed Expand file tree Collapse file tree 6 files changed +3
-9
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -33,16 +33,12 @@ jobs:
33
33
- uses : DeterminateSystems/magic-nix-cache-action@main
34
34
- name : Check Nix flake inputs
35
35
uses : DeterminateSystems/flake-checker-action@v4
36
- with :
37
- flake-lock-path : ./code/hsec-tools/flake.lock
38
36
- name : Build executable
39
37
run : nix -L build
40
- working-directory : ./code/hsec-tools
41
38
- name : Bild docker image
42
39
run : nix build -L '.#packages.x86_64-linux.hsec-tools-image'
43
- working-directory : ./code/hsec-tools
44
40
- run : mkdir -p ~/.local/dockerImages
45
- - run : cp code/hsec-tools/ result ~/.local/dockerImages/hsec-tools
41
+ - run : cp result ~/.local/dockerImages/hsec-tools
46
42
- id : code-hash
47
43
name : Compute code directory hash
48
44
run : |
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 16
16
pkgs . haskellPackages . developPackage {
17
17
inherit returnShellEnv ;
18
18
name = "hsec-tools" ;
19
- root = ./. ;
19
+ root = ./code/hsec-tools ;
20
20
withHoogle = false ;
21
21
overrides = self : super : with pkgs . haskell . lib ; {
22
22
Cabal-syntax = super . Cabal-syntax_3_8_1_0 ;
Original file line number Diff line number Diff line change
1
+ ( builtins . getFlake ( "git+file://" + toString ./. ) ) . devShell . ${ builtins . currentSystem }
You can’t perform that action at this time.
0 commit comments