Compare commits

..

No commits in common. "c889a136fbefe97dbdff7e2056878e5aa28a88fb" and "7ecc564aa6211153d46a3ec386b270d9eb1bf348" have entirely different histories.

2 changed files with 13 additions and 13 deletions

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1693143836, "lastModified": 1691481252,
"narHash": "sha256-U+Lz5XcSiXfmx3DAor6QiDRwtZHk/pec8sDh7TXXV64=", "narHash": "sha256-hXhh/nVxV1iJADvQem8yMyJCcnZAAOu+3dDTIwtJRrI=",
"owner": "Feliix42", "owner": "Feliix42",
"repo": "mlir.nix", "repo": "mlir.nix",
"rev": "5323fc61843b515b748111c006dec91abfa12bb8", "rev": "c8d083c1a2d569ff4531dfa2800b3803df104696",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1692952286, "lastModified": 1691305349,
"narHash": "sha256-TsrtPv3+Q1KR0avZxpiJH+b6fX/R/hEQVHbjl1ebotY=", "narHash": "sha256-0Pig7jnmuRH3c5dOTVTOvTLwo2CRzYTyvJRQ82HWRSo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "817e297fc3352fadc15f2c5306909aa9192d7d97", "rev": "5426a95071d0b9782b3209b3995cde1f5689616e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1693087214, "lastModified": 1691421349,
"narHash": "sha256-Kn1SSqRfPpqcI1MDy82JXrPT1WI8c03TA2F0xu6kS+4=", "narHash": "sha256-RRJyX0CUrs4uW4gMhd/X4rcDG8PTgaaCQM5rXEJOx6g=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f155f0cf4ea43c4e3c8918d2d327d44777b6cad4", "rev": "011567f35433879aae5024fc6ec53f2a0568a6c4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -62,11 +62,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1693003285, "lastModified": 1691368598,
"narHash": "sha256-5nm4yrEHKupjn62MibENtfqlP6pWcRTuSKrMiH9bLkc=", "narHash": "sha256-ia7li22keBBbj02tEdqjVeLtc7ZlSBuhUk+7XTUFr14=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5690c4271f2998c304a45c91a0aeb8fb69feaea7", "rev": "5a8e9243812ba528000995b294292d3b5e120947",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -36,7 +36,7 @@
## arguments to home.nix ## arguments to home.nix
#} #}
({ config, ... }: { ({ config, ... }: {
nixpkgs.overlays = [ mlir.overlays.default ]; nixpkgs.overlays = [ mlir.overlay ];
_module.args = { _module.args = {
unstable = import inputs.unstable { unstable = import inputs.unstable {
inherit (config.nixpkgs) config; inherit (config.nixpkgs) config;