feat: idr
This commit is contained in:
parent
45f91d184a
commit
9fb7693dd1
34
flake.lock
34
flake.lock
|
@ -1,5 +1,37 @@
|
||||||
{
|
{
|
||||||
"nodes": {
|
"nodes": {
|
||||||
|
"easy-dhall-nix": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1626523404,
|
||||||
|
"narHash": "sha256-FLZcMqO8dKIwKi8/Szqgt3ksr5WegLGFGzCODHEMvb0=",
|
||||||
|
"owner": "justinwoo",
|
||||||
|
"repo": "easy-dhall-nix",
|
||||||
|
"rev": "9bd1bea0dcebe1d1d120c0fd1ba76683dc4a62e3",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "justinwoo",
|
||||||
|
"repo": "easy-dhall-nix",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"easy-purescript-nix": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1637309859,
|
||||||
|
"narHash": "sha256-nYaVqtsz7bgPjIr2crgEP42worQT3iho62t4c+RCWGM=",
|
||||||
|
"owner": "justinwoo",
|
||||||
|
"repo": "easy-purescript-nix",
|
||||||
|
"rev": "82f901ce0a2d86327e2d65993a75c2ea74f229f2",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "justinwoo",
|
||||||
|
"repo": "easy-purescript-nix",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"home-manager": {
|
"home-manager": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -54,6 +86,8 @@
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
"easy-dhall-nix": "easy-dhall-nix",
|
||||||
|
"easy-purescript-nix": "easy-purescript-nix",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"nixos-unstable": "nixos-unstable",
|
"nixos-unstable": "nixos-unstable",
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
|
|
|
@ -9,10 +9,12 @@
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
easy-dhall-nix.url = "github:justinwoo/easy-dhall-nix";
|
easy-dhall-nix.url = "github:justinwoo/easy-dhall-nix";
|
||||||
easy-dhall-nix.inputs.nixpkgs.follows = "nixpkgs";
|
easy-dhall-nix.flake = false;
|
||||||
|
# easy-dhall-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
easy-purescript-nix.url = "github:justinwoo/easy-purescript-nix";
|
easy-purescript-nix.url = "github:justinwoo/easy-purescript-nix";
|
||||||
easy-purescript-nix.inputs.nixpkgs.follows = "nixpkgs";
|
easy-purescript-nix.flake = false;
|
||||||
|
# easy-purescript-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, home-manager, nixos-unstable, easy-purescript-nix
|
outputs = { self, nixpkgs, home-manager, nixos-unstable, easy-purescript-nix
|
||||||
|
|
Loading…
Reference in a new issue