Simplify the nixpkgs workaround module usea

This commit is contained in:
Sridhar Ratnakumar 2023-02-11 17:47:01 -05:00
parent 1690da6797
commit dfad1869ef
2 changed files with 3 additions and 17 deletions

17
flake.lock generated
View file

@ -80,23 +80,12 @@
} }
}, },
"nixpkgs-140774-workaround": { "nixpkgs-140774-workaround": {
"inputs": {
"flake-parts": [
"flake-parts"
],
"haskell-flake": [
"haskell-flake"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": { "locked": {
"lastModified": 1676145473, "lastModified": 1676155560,
"narHash": "sha256-EhMHmT2uMwZKdZx7nSbxe0ABqfkxPZZWVVWCSJDMLGw=", "narHash": "sha256-HIuz7BVsZ5hQwJfqsSwP6VNT6xfl4K+O+d2tRvLMIO4=",
"owner": "srid", "owner": "srid",
"repo": "nixpkgs-140774-workaround", "repo": "nixpkgs-140774-workaround",
"rev": "55fd894a106502653165fe98a4aa3bc0946e3674", "rev": "be38f84cb651c2c8672b1459d1c65a7879ba84ab",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -9,9 +9,6 @@
mission-control.url = "github:Platonic-Systems/mission-control"; mission-control.url = "github:Platonic-Systems/mission-control";
nixpkgs-140774-workaround.url = "github:srid/nixpkgs-140774-workaround"; nixpkgs-140774-workaround.url = "github:srid/nixpkgs-140774-workaround";
nixpkgs-140774-workaround.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs-140774-workaround.inputs.flake-parts.follows = "flake-parts";
nixpkgs-140774-workaround.inputs.haskell-flake.follows = "haskell-flake";
}; };
outputs = inputs@{ self, nixpkgs, flake-parts, ... }: outputs = inputs@{ self, nixpkgs, flake-parts, ... }: