File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 12
12
pkgs = args . pkgs or ( import nixpkgsSrc { } ) ;
13
13
flake-compat =
14
14
pkgs . fetchzip {
15
- url = "https://github.com/edolstra /flake-compat/archive/${ flakeCompatPin . rev } .tar.gz" ;
15
+ url = "https://github.com/input-output-hk /flake-compat/archive/${ flakeCompatPin . rev } .tar.gz" ;
16
16
sha256 = flakeCompatPin . narHash ;
17
17
} ;
18
18
self = import flake-compat {
Original file line number Diff line number Diff line change 8
8
nixpkgs-2111 = { url = "github:NixOS/nixpkgs/nixpkgs-21.11-darwin" ; } ;
9
9
nixpkgs-2205 = { url = "github:NixOS/nixpkgs/nixpkgs-22.05-darwin" ; } ;
10
10
nixpkgs-unstable = { url = "github:NixOS/nixpkgs/nixpkgs-unstable" ; } ;
11
- flake-compat = { url = "github:hamishmack /flake-compat/hkm/pkgs-fetch " ; flake = false ; } ;
11
+ flake-compat = { url = "github:input-output-hk /flake-compat" ; flake = false ; } ;
12
12
flake-utils = { url = "github:numtide/flake-utils" ; } ;
13
13
hydra . url = "hydra" ;
14
14
hackage = {
Original file line number Diff line number Diff line change 1
- ( import ./default.nix { } ) . devShell . ${ builtins . currentSystem }
1
+ ( import ./default.nix { } ) . devShells . ${ builtins . currentSystem }
You can’t perform that action at this time.
0 commit comments